Bitmap for UWP
Create(Device,Texture1DDescription,DataBox[]) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Texture1D クラス > Create メソッド : Create(Device,Texture1DDescription,DataBox[]) メソッド
The device with which to associate the texture.
The description of the texture.
An array of initial texture data for each subresource.
Initializes a new instance of the Texture1Dclass.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal description As Texture1DDescription, _
   ByVal data() As DataBox _
) As Texture1D
public static Texture1D Create( 
   Device device,
   Texture1DDescription description,
   DataBox[] data
)

パラメータ

device
The device with which to associate the texture.
description
The description of the texture.
data
An array of initial texture data for each subresource.
参照

Texture1D クラス
Texture1D メンバ
オーバーロード一覧